home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
admin
/
linuxcon.000
/
linuxcon
/
linuxconf-1.6
/
xconf
/
error.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-09
|
267 b
|
17 lines
#include "../misc/misc.h"
#include "xconf.h"
#include "components.h"
/*
Print a notice to the user.
*/
void xconf_notice (const NOTICE *notice)
{
if (notice != NULL){
char buf[2000];
if (notice->format (buf,2000-1) != -1){
xconf_notice ("%s",buf);
}
}
}